﻿@import "cui.css";

/* 请根据项目类型删掉多余的引用 */
@import "lib.css";
/* 结束 */

/* 请在以下区间内开发 CSS 代码 */
@import "iconfont.css";
@import "m-sz.css";
@import "m-public.css";
@import "m-inside.css";

/* 结束 */

@import "less.css"; /* 如果是非响应式项目，请删掉此行 */
@import "m-less-info.css";
/* 分页样式 */
.uk-text-center {
    text-align: center !important;
 padding:20px 0px;
 line-height:20px;
}

.uk-clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.frontier-paging {
 margin-top: 32px;
}
.frontier-paging ul {
 display: inline-block;
 vertical-align: bottom;
}
.frontier-paging ul span, .frontier-paging ul a {
 display: block;
 float: left;
 margin: auto 2px;
 padding: 4px 12px;
 background: #FFF;
 box-shadow: 0 0 8px rgba(0,0,0,0.2);
 border-radius: 2px;
 font-size: 14px;
 color: #999;
 height:22px;
}
.frontier-paging ul a.page-num-current, .frontier-paging ul a:hover {
 color: #FFF;
 background-color: #444;
}
/*固定的悬浮窗*/
.contact_area {
    position: fixed;
    z-index: 9999999;
    top: 40%;
    left:  5px;
    cursor: pointer;
    transition: all .3s ease;
  }
  
  .contact_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
  }
  .contact_bar .contact_top {
    background: #00479d url(../images/fixCont.png) no-repeat 0 0;
  }
  
  .contact_bar .contact_lxr {
    background: #00479d url(../images/fixCont.png) no-repeat 0 -57px;
  }
  
  .contact_bar .contact_phone {
    background: #00479d url(../images/fixCont.png) no-repeat 0 -113px;
  }
  
  .contact_bar .contact_QQ {
    text-indent: 0;
    background: #00479d url(../images/fixCont.png) no-repeat 0 -169px;
  }
  
  .contact_bar .contact_shangqiao {
    text-indent: 0;
    background: #00479d url(../images/fixCont.png) no-repeat 0 -224px;
  }
  
  .contact_bar .contact_ewm {
    height: 200px;
    background: #00479d url(../images/fixCont.png) no-repeat 0 -281px;
  }
    .hd_qr {
    margin: 0 29px 25px 29px;
  }
  